home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / src / apps / pcnfsd / install / WhatVersion < prev   
Encoding:
Text File  |  1994-08-02  |  583 b   |  15 lines

  1. #! /bin/csh
  2. setenv RPC_PROG 150001
  3. /sbin/echo ""
  4. /sbin/echo "The PC-NFS daemon (pcnfsd) is RPC program number $RPC_PROG"
  5. /sbin/echo ""
  6. /usr/etc/rpcinfo -u $host $RPC_PROG 2
  7. /usr/etc/rpcinfo -u $host $RPC_PROG 1
  8. /sbin/echo ""
  9. /sbin/echo "A reply of 'ready and waiting' indicates all is well with pcnfsd"
  10. /sbin/echo "A reply of 'not available' indicates that:"
  11. /sbin/echo "        - pcnfsd is not installed properly on this machine: $host"
  12. /sbin/echo "        - If pcnfsd is installed on another machine, try:"
  13. /sbin/echo "          /usr/etc/rpcinfo -u HOST $RPC_PROG 2"
  14. /sbin/echo ""
  15.